From: Mattias EngdegÄrd Date: Thu, 4 Jun 2020 08:55:16 +0000 (+0200) Subject: ; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~6438 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4fff6502368e87b3c031589a1a96267243f868b0;p=emacs.git ; * test/src/xfaces-tests.el (xfaces-color-distance): Fix bug id --- diff --git a/test/src/xfaces-tests.el b/test/src/xfaces-tests.el index f08a87a518a..5ed16c9e51d 100644 --- a/test/src/xfaces-tests.el +++ b/test/src/xfaces-tests.el @@ -20,7 +20,7 @@ (require 'ert) (ert-deftest xfaces-color-distance () - ;; Check symmetry (bug#51455). + ;; Check symmetry (bug#41544). (should (equal (color-distance "#222222" "#ffffff") (color-distance "#ffffff" "#222222"))))